html { overflow-x: hidden !important; overflow-y: hidden !important; background-color: transparent !important;}

body {background-color: transparent !important;}
@import url('https://fonts.googleapis.com/css?family=Michroma&display=swap');
.bodycam {
    background-color: rgba(0, 0, 0, 0); 
    margin: 0px auto; 
    overflow: hidden; 
    font-family: 'Share Tech Mono', monospace;
    font-size: 13px;
    color: #fff;
    float: right;
    width: auto;
    text-align: left;
    /* edit the fourth value of the next line to change opacity */
    /* 0.0 is clear, 1.0 is completely opaque                   */
    background-color: rgba(0,0,0,0.5);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    margin-top: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    line-height: 0%
}

.p {
}
.odz {
    margin-left:10px;
    float: right;
    top: 20px;
    position: relative;
    font-size: 5%;
    font-family: 'Courier New';
}

.Blink {
    animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}

@keyframes blinker {  
    from { opacity: 1; }
    to { opacity: 0; }
}